home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCOLUMNSETUP / TCOLUMNSETUP.txt
Text File  |  2004-10-12  |  3KB  |  170 lines

  1. object ColumnSetup: TColumnSetup
  2.   Left = 347
  3.   Top = 170
  4.   HelpContext = 14055
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Setup Columns'
  8.   ClientHeight = 254
  9.   ClientWidth = 463
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 73
  25.     Height = 13
  26.     Caption = '&Available items:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 192
  30.     Top = 8
  31.     Width = 72
  32.     Height = 13
  33.     Caption = '&Selected items:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 360
  37.     Top = 24
  38.     Width = 66
  39.     Height = 13
  40.     Caption = '&Column width:'
  41.     FocusControl = eWidth
  42.   end
  43.   object lItems: TListBox
  44.     Left = 8
  45.     Top = 24
  46.     Width = 145
  47.     Height = 217
  48.     DragMode = dmAutomatic
  49.     ItemHeight = 13
  50.     MultiSelect = True
  51.     Sorted = True
  52.     TabOrder = 0
  53.     OnDblClick = bAddClick
  54.     OnDragDrop = lItemsDragDrop
  55.     OnDragOver = lItemsDragOver
  56.     OnKeyPress = lItemsKeyPress
  57.   end
  58.   object bAdd: TButton
  59.     Left = 160
  60.     Top = 56
  61.     Width = 25
  62.     Height = 25
  63.     Caption = '>'
  64.     TabOrder = 1
  65.     OnClick = bAddClick
  66.   end
  67.   object bAddAll: TButton
  68.     Left = 160
  69.     Top = 88
  70.     Width = 25
  71.     Height = 25
  72.     Caption = '>>'
  73.     TabOrder = 2
  74.     OnClick = bAddAllClick
  75.   end
  76.   object bDel: TButton
  77.     Left = 160
  78.     Top = 128
  79.     Width = 25
  80.     Height = 25
  81.     Caption = '<'
  82.     TabOrder = 3
  83.     OnClick = bDelClick
  84.   end
  85.   object bDelAll: TButton
  86.     Left = 160
  87.     Top = 160
  88.     Width = 25
  89.     Height = 25
  90.     Caption = '<<'
  91.     TabOrder = 4
  92.     OnClick = bDelAllClick
  93.   end
  94.   object lSel: TListBox
  95.     Left = 192
  96.     Top = 24
  97.     Width = 153
  98.     Height = 217
  99.     DragMode = dmAutomatic
  100.     ItemHeight = 13
  101.     TabOrder = 5
  102.     OnClick = lSelClick
  103.     OnDblClick = bDelClick
  104.     OnDragDrop = lSelDragDrop
  105.     OnDragOver = lSelDragOver
  106.     OnKeyPress = lSelKeyPress
  107.   end
  108.   object bUp: TButton
  109.     Tag = -1
  110.     Left = 360
  111.     Top = 76
  112.     Width = 89
  113.     Height = 25
  114.     Caption = 'Move &up'
  115.     TabOrder = 7
  116.     OnClick = bUpClick
  117.   end
  118.   object bDown: TButton
  119.     Tag = 1
  120.     Left = 360
  121.     Top = 108
  122.     Width = 89
  123.     Height = 25
  124.     Caption = 'Move &down'
  125.     TabOrder = 8
  126.     OnClick = bUpClick
  127.   end
  128.   object bOK: TButton
  129.     Left = 360
  130.     Top = 152
  131.     Width = 89
  132.     Height = 25
  133.     Caption = '&OK'
  134.     ModalResult = 1
  135.     TabOrder = 9
  136.   end
  137.   object bCancel: TButton
  138.     Left = 360
  139.     Top = 184
  140.     Width = 89
  141.     Height = 25
  142.     Cancel = True
  143.     Caption = 'Cancel'
  144.     ModalResult = 2
  145.     TabOrder = 10
  146.   end
  147.   object bHelp: TButton
  148.     Left = 360
  149.     Top = 216
  150.     Width = 89
  151.     Height = 25
  152.     Caption = 'Help'
  153.     TabOrder = 11
  154.     OnClick = bHelpClick
  155.   end
  156.   object eWidth: TXSpinEdit
  157.     Left = 360
  158.     Top = 40
  159.     Width = 89
  160.     Height = 21
  161.     TabOrder = 6
  162.     Text = '0'
  163.     OnChange = eWidthChange
  164.     MinValue = 0
  165.     MaxValue = 10000
  166.     Value = 0
  167.     Step = 1
  168.   end
  169. end
  170.